home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CMIDI 2.2 / READ ME < prev   
Encoding:
Text File  |  1994-11-30  |  1003 b   |  25 lines  |  [TEXT/R*ch]

  1. Name: CMIDI
  2. Version: 2.2
  3. Catagory: classes
  4. Contributor: Paul Ferguson <pferguson@aol.com>
  5. Date: 94-01
  6. TCL-Version: 1.1.3
  7. TCL-Language: C++
  8. Copyright: Copyright (C) 1991-94 Paul D. Ferguson. All rights reserved.
  9.  
  10. Apple’s MIDI Manager is the future of MIDI programming on the Macintosh. 
  11. The MIDI Manager allows applications to exchange MIDI messages with 
  12. external devices as well as with other MIDI Manager compatible 
  13. applications. Using PatchBay, MIDI musicians can connect multiple MIDI 
  14. Manager applications under MultiFinder.
  15.  
  16. The CMIDI class library provides an interface to the MIDI Manager. A wide 
  17. range of MIDI applications, from simple editors and librarians to 
  18. sophisticated real-time musical tools, lend themselves to object oriented 
  19. design.
  20.  
  21. Built on the OOP extensions in Symantec Corporation's Symantec C++ 6.0 
  22. compiler, CMIDI defines a set of classes integrated into the THINK Class 
  23. Library (TCL). CMIDI classes define MIDI Manager objects including input, 
  24. output, and time ports.
  25.